FolderChange Class |
Namespace: Independentsoft.Exchange
The FolderChange type exposes the following members.
| Name | Description | |
|---|---|---|
| FolderChange |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(FolderId, Property) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(FolderId, PropertyPath) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(FolderId, IListProperty) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(FolderId, IListPropertyPath) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(StandardFolder, Property) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(StandardFolder, PropertyPath) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(StandardFolder, IListProperty) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(StandardFolder, IListPropertyPath) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(FolderId, Property, PropertyPath) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(FolderId, IListProperty, IListPropertyPath) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(StandardFolder, Property, PropertyPath) |
Initializes a new instance of the FolderChange class.
| |
| FolderChange(StandardFolder, IListProperty, IListPropertyPath) |
Initializes a new instance of the FolderChange class.
|
| Name | Description | |
|---|---|---|
| FolderId |
Contains the identifier and change key of a folder to update.
| |
| PropertiesToAppend |
Represents an action to adds data to an existing property.
| |
| PropertiesToDelete |
Represents an operation to delete a property from a folder.
| |
| PropertiesToSet |
Represents an update that sets the value for a property on a folder.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of the current FolderChange object to its equivalent string representation.
(Overrides ObjectToString.) |